Login  |  繁體中文
感謝您對「自由軟體鑄造場」的支持與愛護,十多年來「自由軟體鑄造場」受中央研究院支持,並在資訊科學研究所以及資訊科技創新研究中心執行,現已完成階段性的任務。 原網站預計持續維運至 2021年底,網站內容基本上不會再更動。本網站由 Denny Huang 備份封存。
也紀念我們永遠的朋友 李士傑先生(Shih-Chieh Ilya Li)。

What is Resource Catalog ?

catalog-iconThe OpenFoundry Resource Catalog lists professional resources and applications related to the development of open source software. If you have any recommendation listing / category  or bug for this resource catalog, please do not hesitate to contact us.

Testing

Listings

Results 1 - 3 of 3

PBP (Python Browser Poseur)

PBP (Python Browser Poseur) is a web test tool that exposes the browser functionality at the level of a shell-like interpreter so that testers can quickly write tests in a simple language designed specifically for that purpose. Anyone familiar with a command line should be able to write test scripts for even the most complex web applications with PBP.

Platform:Cross platform ;          License:MIT/X Consortium License

Reference:https://pbp.berlios.de/

Achoo

Achoo is a fluent interface for unit testing Python objects. Achoo makes it easy to make assertions about the properties and behaviours of Python objects. It is designed to be used in conjunction with a unit testing framework like PyUnit's unittest' module, shipped with all modern Python distributions.

Platform:unknown;           License:GNU LGPL v3

Reference:https://web.quuxo.com/products/achoo/

Proctor

Proctor is a tool for running unit tests. It enhances the standard unittest module to provide the ability to find all tests in a set of code, categorize them via tagging, and run some or all of them. Test output may be generated in a variety of formats to support parsing by another tool or simple, nicely formatted, reports for human review.

Platform:unknown ;          License:unknown

Reference:https://www.doughellmann.com/projects/Proctor/